You Can't Use This Variable or Property Name Because it is a Reserved Word Error

Reserved words are not available as names of user-defined objects. If you used a reserved word as a variable name in a Dim statement or as a Property Name, this message will appear.


Examples

Using a reserved word, such as a data type (Integer, Double, Boolean, etc.) as the name of a property in the Add Property declaration area.